home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD ROM Paradise Collection 4
/
CD ROM Paradise Collection 4 1995 Nov.iso
/
business
/
amortz21.zip
/
README.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-09-15
|
466b
|
16 lines
echo off
cls
echo This batch file provides a simple way to read about the product:
echo .
echo AMORTZ - Loan Schedules & More!, v2.10 (DOS Version)
echo .
echo The information you want to read is in the file VENDINFO.DIZ.
echo If you prefer, you can read it using any ordinary text viewer.
echo For example, if the LIST viewer is in your DOS path, you would
echo use the command 'LIST VENDINFO.DIZ'.
echo .
echo .
pause
more < VENDINFO.DIZ
pause